adTempus API
|
A collection specifying which steps should be executed.
__property IJobSteps** StepsToExecute;
IJobSteps** StepsToExecute;
Property StepsToExecute() As IJobSteps**
Use this collection if you want to execute only some steps in the job. Add the steps you want to execute to this collection; only those steps will be executed.
Leave this collection empty to execute all steps.
The order of steps in this collection will not affect their execution sequence: steps are executed in the order they are defined in the job.
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|